home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / comms / www / htmluploader / dateexec next >
AmigaDOS Script File  |  1999-06-15  |  248b  |  10 lines

  1. .KEY command/a,directory/a,day/a,dte/a,time/a,pattern,to/k,all/s
  2. .BRA {
  3. .KET }
  4. .DEF pattern "#?"
  5.  
  6. list >T:dateexec.{$$} {directory}/{pattern} since {dte} LFORMAT="{command} %S%S {to}%S%S" FILES {all}
  7. execute T:dateexec.{$$}
  8. delete T:dateexec.{$$}
  9.  
  10.